-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementation of hybrid generator #13699
base: dev
Are you sure you want to change the base?
Conversation
…nd O2Kine Pythia8 and BoxGen work well, but O2Kine has an issue since it returns "GeneratorFromO2Kine: Ran out of events" when running. This is ONLY the first implementation, multiple tests and fixes must still be implemented, apart from adding the other generators.
They are all working now, a cleanup of the code will be done in next commits. The cmd spawning feature is now working also with the hybrid configuration
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Error while checking build/O2/fullCI for 37feb1c at 2024-11-15 19:21:
Full log here. |
Error while checking build/O2/fullCI for 94b4413 at 2024-11-15 20:17:
Full log here. |
Error while checking build/O2/fullCI for b1c2d37 at 2024-11-17 04:51:
Full log here. |
The new GeneratorHybrid class allows users to run all the implemented generators in series using them as subgenerators. The configuration happens thanks to a JSON file whose template can be generated thanks to the script pushed in this PR https://github.com/AliceO2Group/O2DPG/pull/1802/files